Disable `authenticity_token` in Rails
Posted
by Koning WWWWWWWWWWWWWWWWWWWWWWW
on Stack Overflow
See other posts from Stack Overflow
or by Koning WWWWWWWWWWWWWWWWWWWWWWW
Published on 2010-05-07T14:34:44Z
Indexed on
2010/05/07
14:38 UTC
Read the original article
Hit count: 571
I am creating a web application in Ruby on Rails and I want to disable authenticity_token
s. When I create a form without the form helper methods, Rails gives me errors when I click 'Submit.' I really hate this.
Are there methods that generate the authenticity_token
, or is there a way to disable it? Thanks
© Stack Overflow or respective owner